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

Issue 7014: Make strict equality checks faster on IA32 by doing... (Closed)

Created:
12 years, 2 months ago by Kasper Lund
Modified:
9 years, 7 months ago
Reviewers:
bak
CC:
v8-dev
Visibility:
Public.

Description

Make strict equality checks faster on IA32 by doing more work in the CompareStub. I'll port this to ARM once I'm satisfied with the performance improvements. Committed: http://code.google.com/p/v8/source/detail?r=481

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -17 lines) Patch
M src/codegen-ia32.cc View 3 chunks +74 lines, -3 lines 0 comments Download
M src/runtime.js View 1 chunk +7 lines, -14 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
12 years, 2 months ago (2008-10-09 14:13:52 UTC) #1
bak
12 years, 2 months ago (2008-10-10 06:23:44 UTC) #2
LGTM,
  Lars

http://codereview.chromium.org/7014/diff/1/2
File src/runtime.js (right):

http://codereview.chromium.org/7014/diff/1/2#newcode97
Line 97: } else if (IS_STRING(this)) {
What is up with excessive use of else parts.
return breaks the control flow.

Powered by Google App Engine
This is Rietveld 408576698