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

Issue 837503002: Replace the use of local variables for irregexp registers by a typed array. (Closed)

Created:
5 years, 11 months ago by zerny-google
Modified:
5 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Replace the use of local variables for irregexp registers by a typed array. The use of locals put considerable pressure on register allocation and caused lots of register shuffling. R=vegorov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=42596

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -99 lines) Patch
M runtime/vm/regexp.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/regexp_assembler.h View 4 chunks +21 lines, -4 lines 0 comments Download
M runtime/vm/regexp_assembler.cc View 25 chunks +130 lines, -95 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
zerny-google
5 years, 11 months ago (2015-01-05 13:41:57 UTC) #1
Vyacheslav Egorov (Google)
lgtm
5 years, 11 months ago (2015-01-05 14:30:40 UTC) #2
zerny-google
5 years, 11 months ago (2015-01-05 15:15:00 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 42596 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698