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

Issue 21885003: Enables unboxed mints in ia32 javascript int compatability mode. (Closed)

Created:
7 years, 4 months ago by zra
Modified:
7 years, 4 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Enables unboxed mints in ia32 javascript int compatability mode. Also checks range information before emitting checks on x64. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=25740

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -21 lines) Patch
M runtime/vm/code_generator.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 3 chunks +7 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 8 chunks +59 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 10 chunks +31 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zra
7 years, 4 months ago (2013-08-02 17:53:42 UTC) #1
srdjan
LGTM with comments https://codereview.chromium.org/21885003/diff/2/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/21885003/diff/2/runtime/vm/intermediate_language.cc#newcode1080 runtime/vm/intermediate_language.cc:1080: if (FLAG_throw_on_javascript_int_overflow) return true; Instead of ...
7 years, 4 months ago (2013-08-02 18:07:22 UTC) #2
zra
Thanks! https://codereview.chromium.org/21885003/diff/2/runtime/vm/intermediate_language.cc File runtime/vm/intermediate_language.cc (right): https://codereview.chromium.org/21885003/diff/2/runtime/vm/intermediate_language.cc#newcode1080 runtime/vm/intermediate_language.cc:1080: if (FLAG_throw_on_javascript_int_overflow) return true; On 2013/08/02 18:07:22, srdjan ...
7 years, 4 months ago (2013-08-02 18:30:26 UTC) #3
zra
7 years, 4 months ago (2013-08-02 18:37:24 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r25740 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698