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

Issue 1071713003: - Remove JSCRE from the runtime. (Closed)

Created:
5 years, 8 months ago by Ivan Posva
Modified:
5 years, 8 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, zerny-google
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -9595 lines) Patch
M runtime/BUILD.gn View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M runtime/bin/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/bin.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/dart-runtime.gyp View 3 chunks +1 line, -3 lines 0 comments Download
M runtime/lib/core_sources.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/lib/regexp.cc View 3 chunks +0 lines, -10 lines 0 comments Download
D runtime/lib/regexp_jsc.h View 1 chunk +0 lines, -25 lines 0 comments Download
D runtime/lib/regexp_jsc.cc View 1 chunk +0 lines, -172 lines 0 comments Download
D runtime/third_party/jscre/ASCIICType.h View 1 chunk +0 lines, -151 lines 0 comments Download
D runtime/third_party/jscre/AUTHORS View 1 chunk +0 lines, -12 lines 0 comments Download
D runtime/third_party/jscre/BUILD.gn View 1 chunk +0 lines, -27 lines 0 comments Download
D runtime/third_party/jscre/COPYING View 1 chunk +0 lines, -35 lines 0 comments Download
D runtime/third_party/jscre/LICENSE View 1 chunk +0 lines, -85 lines 0 comments Download
D runtime/third_party/jscre/config.h View 1 chunk +0 lines, -185 lines 0 comments Download
D runtime/third_party/jscre/jscre.gypi View 1 chunk +0 lines, -33 lines 0 comments Download
D runtime/third_party/jscre/pcre.h View 1 chunk +0 lines, -93 lines 0 comments Download
D runtime/third_party/jscre/pcre_chartables.c View 1 chunk +0 lines, -96 lines 0 comments Download
D runtime/third_party/jscre/pcre_compile.cpp View 1 chunk +0 lines, -2675 lines 0 comments Download
D runtime/third_party/jscre/pcre_exec.cpp View 1 chunk +0 lines, -2086 lines 0 comments Download
D runtime/third_party/jscre/pcre_internal.h View 1 chunk +0 lines, -428 lines 0 comments Download
D runtime/third_party/jscre/pcre_tables.cpp View 1 chunk +0 lines, -75 lines 0 comments Download
D runtime/third_party/jscre/pcre_ucp_searchfuncs.cpp View 1 chunk +0 lines, -102 lines 0 comments Download
D runtime/third_party/jscre/pcre_xclass.cpp View 1 chunk +0 lines, -118 lines 0 comments Download
D runtime/third_party/jscre/ucpinternal.h View 1 chunk +0 lines, -130 lines 0 comments Download
D runtime/third_party/jscre/ucptable.cpp View 1 chunk +0 lines, -2968 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/object.h View 1 2 chunks +1 line, -20 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +2 lines, -7 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 chunks +1 line, -5 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 2 chunks +1 line, -9 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 3 chunks +2 lines, -11 lines 2 comments Download
M runtime/vm/regexp.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/regexp_test.cc View 4 chunks +0 lines, -12 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
Ivan Posva
5 years, 8 months ago (2015-04-08 21:07:29 UTC) #2
Vyacheslav Egorov (Google)
LGTM!
5 years, 8 months ago (2015-04-08 21:10:54 UTC) #3
Vyacheslav Egorov (Google)
some comments https://codereview.chromium.org/1071713003/diff/1/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/1071713003/diff/1/runtime/vm/object.h#newcode7503 runtime/vm/object.h:7503: ASSERT(sizeof(RawJSRegExp) == OFFSET_OF_RETURNED_VALUE(RawJSRegExp, data)); dead assertion, in ...
5 years, 8 months ago (2015-04-08 21:14:07 UTC) #4
Ivan Posva
Thanks! -Ivan https://codereview.chromium.org/1071713003/diff/1/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/1071713003/diff/1/runtime/vm/object.h#newcode7503 runtime/vm/object.h:7503: ASSERT(sizeof(RawJSRegExp) == OFFSET_OF_RETURNED_VALUE(RawJSRegExp, data)); On 2015/04/08 21:14:07, ...
5 years, 8 months ago (2015-04-08 23:31:46 UTC) #5
Vyacheslav Egorov (Google)
still lgtm https://codereview.chromium.org/1071713003/diff/40001/runtime/vm/raw_object_snapshot.cc File runtime/vm/raw_object_snapshot.cc (right): https://codereview.chromium.org/1071713003/diff/40001/runtime/vm/raw_object_snapshot.cc#newcode2770 runtime/vm/raw_object_snapshot.cc:2770: // TODO(18854): Need to implement a way ...
5 years, 8 months ago (2015-04-08 23:52:32 UTC) #6
Ivan Posva
Still Thanks! -Ivan https://codereview.chromium.org/1071713003/diff/40001/runtime/vm/raw_object_snapshot.cc File runtime/vm/raw_object_snapshot.cc (right): https://codereview.chromium.org/1071713003/diff/40001/runtime/vm/raw_object_snapshot.cc#newcode2770 runtime/vm/raw_object_snapshot.cc:2770: // TODO(18854): Need to implement a ...
5 years, 8 months ago (2015-04-08 23:58:49 UTC) #7
Ivan Posva
5 years, 8 months ago (2015-04-08 23:59:43 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r44987 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698