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

Issue 78263005: Reland: Embed trigonometric lookup table. (Closed)

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

Description

Reland: Embed trigonometric lookup table. R=danno@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17988

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -193 lines) Patch
M src/bootstrapper.cc View 2 chunks +39 lines, -0 lines 0 comments Download
M src/math.js View 5 chunks +70 lines, -112 lines 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 1 chunk +0 lines, -29 lines 0 comments Download
A + src/trig-table.h View 1 chunk +20 lines, -14 lines 0 comments Download
M test/cctest/test-weaktypedarrays.cc View 3 chunks +4 lines, -4 lines 0 comments Download
A + tools/generate-trig-table.py View 2 chunks +46 lines, -33 lines 0 comments Download
M tools/gyp/v8.gyp View 3 chunks +31 lines, -0 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
Yang
Reland this CL that has been reverted as collateral damage. I confirmed that this does ...
7 years, 1 month ago (2013-11-21 17:53:47 UTC) #1
danno
rubber-stamp lgtm
7 years, 1 month ago (2013-11-21 20:19:28 UTC) #2
Yang
Committed patchset #1 manually as r17988 (presubmit successful).
7 years, 1 month ago (2013-11-22 08:26:00 UTC) #3
Torne
https://codereview.chromium.org/78263005/diff/1/tools/gyp/v8.gyp File tools/gyp/v8.gyp (right): https://codereview.chromium.org/78263005/diff/1/tools/gyp/v8.gyp#newcode209 tools/gyp/v8.gyp:209: 'toolsets': ['host', 'target'], Defining this target for both host ...
7 years ago (2013-11-25 16:04:54 UTC) #4
Yang
On 2013/11/25 16:04:54, Torne wrote: > https://codereview.chromium.org/78263005/diff/1/tools/gyp/v8.gyp > File tools/gyp/v8.gyp (right): > > https://codereview.chromium.org/78263005/diff/1/tools/gyp/v8.gyp#newcode209 > ...
7 years ago (2013-11-25 16:07:32 UTC) #5
Torne
7 years ago (2013-11-25 16:08:53 UTC) #6
Message was sent while issue was closed.
On 2013/11/25 16:07:32, Yang wrote:
> On 2013/11/25 16:04:54, Torne wrote:
> > https://codereview.chromium.org/78263005/diff/1/tools/gyp/v8.gyp
> > File tools/gyp/v8.gyp (right):
> > 
> > https://codereview.chromium.org/78263005/diff/1/tools/gyp/v8.gyp#newcode209
> > tools/gyp/v8.gyp:209: 'toolsets': ['host', 'target'],
> > Defining this target for both host and target causes a build warning (from
> > ninja/make) on platforms where want_separate_host_toolset is true, since the
> > output filename is the same for both host and target
(SHARED_INTERMEDIATE_DIR
> is
> > the same). You need to either have this output separate files for host and
> > target, or set it up to work with only one toolset defined somehow.
> 
> This is already being addressed: https://codereview.chromium.org/85893002/

Ah, thank you. :)

Powered by Google App Engine
This is Rietveld 408576698