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 78813003: Add trigonometric table to the snapshot. (Closed)

Created:
7 years, 1 month ago by Yang
Modified:
7 years, 1 month ago
Reviewers:
mvstanton, Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Add trigonometric table to the snapshot. R=mvstanton@chromium.org

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -93 lines) Patch
M src/arm/code-stubs-arm.cc View 2 chunks +9 lines, -16 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +21 lines, -0 lines 2 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +9 lines, -16 lines 0 comments Download
M src/math.js View 6 chunks +10 lines, -33 lines 2 comments Download
M src/runtime.cc View 1 chunk +18 lines, -12 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +9 lines, -16 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
7 years, 1 month ago (2013-11-20 17:12:38 UTC) #1
Sven Panne
DBC https://codereview.chromium.org/78813003/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/78813003/diff/1/src/code-stubs.cc#newcode1220 src/code-stubs.cc:1220: ElementsKind kinds[3] = Drop the "3"... https://codereview.chromium.org/78813003/diff/1/src/code-stubs.cc#newcode1222 src/code-stubs.cc:1222: ...
7 years, 1 month ago (2013-11-21 08:09:26 UTC) #2
Yang
On 2013/11/21 08:09:26, Sven Panne wrote: > DBC > > https://codereview.chromium.org/78813003/diff/1/src/code-stubs.cc > File src/code-stubs.cc (right): ...
7 years, 1 month ago (2013-11-21 09:33:21 UTC) #3
mvstanton
7 years, 1 month ago (2013-11-21 11:07:18 UTC) #4
fair enough! I like the idea of building it on the isolate instead, would be
interesting to see...

Powered by Google App Engine
This is Rietveld 408576698