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

Issue 11361281: Use generic array functions to setup the boilerplate to avoid logic duplication. (Closed)

Created:
8 years ago by Toon Verwaest
Modified:
8 years ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Use generic array functions to setup the boilerplate to avoid logic duplication. Committed: https://code.google.com/p/v8/source/detail?r=13097

Patch Set 1 : #

Total comments: 6

Patch Set 2 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -67 lines) Patch
M src/parser.cc View 1 2 chunks +17 lines, -67 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
8 years ago (2012-11-27 08:57:09 UTC) #1
danno
Be careful with the performance of this. You've made parsing large array literals much slower, ...
8 years ago (2012-11-27 09:03:57 UTC) #2
Toon Verwaest
I verified performance previously. Except for the usual flakes, it actually slightly improves stanford-crypto-ccm; so ...
8 years ago (2012-11-27 10:02:39 UTC) #3
danno
8 years ago (2012-11-29 15:34:57 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698