Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Issue 1240323005: Avoid heap allocation for binary search work stack. (Closed)

Created:
5 years, 5 months ago by ascull
Modified:
5 years, 5 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Avoid heap allocation for binary search work stack. During switch lowering a binary search tree is created. The height of this tree is usually small so no need for heap allocation. BUG= R=jvoung@chromium.org, jvoung, stichnot Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=8447bbaebb4f0af42dc23b23d9171e4f4a6e04f0

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/IceTargetLoweringX86BaseImpl.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ascull
This should make fix the Windows built too, but it is avoiding the problem rather ...
5 years, 5 months ago (2015-07-23 17:22:14 UTC) #1
jvoung (off chromium)
lgtm thanks
5 years, 5 months ago (2015-07-23 17:41:23 UTC) #2
ascull
5 years, 5 months ago (2015-07-23 18:41:22 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
8447bbaebb4f0af42dc23b23d9171e4f4a6e04f0 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698