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

Issue 12184015: Inline some regexp code. (Closed)

Created:
7 years, 10 months ago by Yang
Modified:
7 years, 10 months ago
Reviewers:
Sven Panne, ulan
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -66 lines) Patch
M src/jsregexp.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M src/jsregexp.cc View 1 2 chunks +1 line, -62 lines 0 comments Download
A src/jsregexp-inl.h View 1 1 chunk +106 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
Please take a look.
7 years, 10 months ago (2013-02-04 14:54:21 UTC) #1
Sven Panne
Quick DBC: Use INLINE instead of inline, the latter does not guarantee any inlining.
7 years, 10 months ago (2013-02-04 14:59:26 UTC) #2
ulan_google
LGTM, agreed with Sven's comment.
7 years, 10 months ago (2013-02-05 09:33:09 UTC) #3
ulan
LGTM from chromium account.
7 years, 10 months ago (2013-02-05 09:33:53 UTC) #4
Yang
7 years, 10 months ago (2013-02-06 12:57:24 UTC) #5
On 2013/02/05 09:33:53, ulan wrote:
> LGTM from chromium account.

I ran some tests and decided to not inline SetLastMatchInfo. I added the INLINE
macro to the rest of the functions I wanted to inline.

Powered by Google App Engine
This is Rietveld 408576698