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

Issue 47533002: Use nearlabel AFAP in lithium codegen (Closed)

Created:
7 years, 1 month ago by Weiliang
Modified:
7 years, 1 month ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Use nearlabel AFAP in lithium codegen BUG= R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=17583

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed bug #

Patch Set 3 : Fixed ia32 failures #

Patch Set 4 : fixed x64 assert fail #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -97 lines) Patch
M src/ia32/lithium-codegen-ia32.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 24 chunks +43 lines, -40 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 3 1 chunk +2 lines, -7 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 3 2 chunks +2 lines, -6 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 20 chunks +29 lines, -27 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 3 1 chunk +2 lines, -7 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 2 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Weiliang
7 years, 1 month ago (2013-10-28 03:23:16 UTC) #1
Jakob Kummerow
The MacroAssembler::CheckMap cleanup looks good. I'm more concerned about using Label::kNear everywhere. yangguo@ has tried ...
7 years, 1 month ago (2013-10-28 10:37:19 UTC) #2
Weiliang
Addressed comments The performance data on my Core2/Linux platform Core2-IA32 Kraken SunSpider Octane orig 1798.0ms ...
7 years, 1 month ago (2013-10-28 14:31:49 UTC) #3
Jakob Kummerow
LGTM. I'll land when the tree is open again. On 2013/10/28 14:31:49, Weiliang wrote: > ...
7 years, 1 month ago (2013-10-31 10:30:44 UTC) #4
Jakob Kummerow
Wanted to land this, but I'm still getting ASSERT failures with: tools/run-tests.py --arch ia32 --mode ...
7 years, 1 month ago (2013-11-06 16:42:16 UTC) #5
Jakob Kummerow
...and even more failures on x64.
7 years, 1 month ago (2013-11-06 17:02:19 UTC) #6
Jakob Kummerow
On 2013/11/06 17:02:19, Jakob wrote: > ...and even more failures on x64. Scratch that, x64 ...
7 years, 1 month ago (2013-11-06 17:04:24 UTC) #7
Weiliang
On 2013/11/06 16:42:16, Jakob wrote: > Wanted to land this, but I'm still getting ASSERT ...
7 years, 1 month ago (2013-11-07 05:17:03 UTC) #8
Weiliang
On 2013/11/07 05:17:03, Weiliang wrote: > On 2013/11/06 16:42:16, Jakob wrote: > > Wanted to ...
7 years, 1 month ago (2013-11-07 05:35:16 UTC) #9
Weiliang
On 2013/11/06 17:04:24, Jakob wrote: > On 2013/11/06 17:02:19, Jakob wrote: > > ...and even ...
7 years, 1 month ago (2013-11-08 04:32:11 UTC) #10
Jakob Kummerow
LGTM, landing.
7 years, 1 month ago (2013-11-08 10:50:55 UTC) #11
Jakob Kummerow
7 years, 1 month ago (2013-11-08 10:52:41 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 manually as r17583 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698