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

Issue 7782025: Optimize the common obfuscator pattern where ["foo","bar","baz"] (Closed)

Created:
9 years, 3 months ago by Erik Corry
Modified:
9 years, 3 months ago
CC:
v8-dev
Visibility:
Public.

Description

Optimize the common obfuscator pattern where ["foo","bar","baz"] gets converted fo "foo,bar,baz".split(","). If the inputs are symbols we cache the result and make the substrings into symbols. Committed: http://code.google.com/p/v8/source/detail?r=9164

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -0 lines) Patch
M src/heap.h View 2 chunks +22 lines, -0 lines 0 comments Download
M src/heap.cc View 3 chunks +77 lines, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 3 months ago (2011-09-07 10:57:40 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 3 months ago (2011-09-07 11:22:40 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698