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

Issue 1130973002: After sudying IrregExp compilation, it seems too complicated to do lazy local var descriptors for t… (Closed)

Created:
5 years, 7 months ago by srdjan
Modified:
5 years, 7 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

After sudying IrregExp compilation, it seems too complicated to do lazy local var descriptors for those. The amount of eagerly generated descriptors is small enough that it IMO does not warrant the additional complexity. Cleaned up, removed the flag. R=hausner@google.com Committed: https://code.google.com/p/dart/source/detail?r=45631

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -11 lines) Patch
M runtime/vm/flow_graph_compiler.cc View 1 2 3 2 chunks +4 lines, -7 lines 0 comments Download
M runtime/vm/regexp.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
srdjan
5 years, 7 months ago (2015-05-07 06:12:18 UTC) #2
hausner
I wonder whether var descriptors for regexp functions are all the same (since token position ...
5 years, 7 months ago (2015-05-07 16:08:39 UTC) #3
srdjan
5 years, 7 months ago (2015-05-08 07:04:30 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as r45631 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698