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

Issue 1623004: Faster invocation of custom comparator function. (Closed)

Created:
10 years, 8 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev, iegorov
Visibility:
Public.

Description

Faster invocation of custom comparator function. Committed: http://code.google.com/p/v8/source/detail?r=4381

Patch Set 1 #

Total comments: 5

Patch Set 2 : Next round #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -4 lines) Patch
M src/arm/codegen-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/array.js View 1 4 chunks +5 lines, -4 lines 0 comments Download
M src/codegen.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
antonm
Mads, Vitaly, may you have a look? And many thanks to Vitaly for discussion.
10 years, 8 months ago (2010-04-08 11:12:22 UTC) #1
Vitaly Repeshko
LG, but is EnsureCompiled really required? If yes, we should probably have an assert somewhere. ...
10 years, 8 months ago (2010-04-08 13:09:16 UTC) #2
Mads Ager (chromium)
LGTM http://codereview.chromium.org/1623004/diff/1/4 File src/ia32/codegen-ia32.cc (right): http://codereview.chromium.org/1623004/diff/1/4#newcode6137 src/ia32/codegen-ia32.cc:6137: void CodeGenerator::GenerateCallFunction(ZoneList<Expression*>* args) { On 2010/04/08 13:09:16, Vitaly ...
10 years, 8 months ago (2010-04-08 13:19:58 UTC) #3
antonm
Fast response in hope you'll answer today. Regarding varagrs for CallFunction. Technically I think I ...
10 years, 8 months ago (2010-04-08 15:03:46 UTC) #4
antonm
1) ported to x64 and ARM, should I make stubs for mips? 2) CallFunction is ...
10 years, 8 months ago (2010-04-08 16:28:14 UTC) #5
Vitaly Repeshko
LGTM.
10 years, 8 months ago (2010-04-08 16:45:05 UTC) #6
Mads Ager (chromium)
10 years, 8 months ago (2010-04-09 08:13:35 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698