WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
129778
GetById list caching should use something object-oriented rather than PolymorphicAccessStructureList
https://bugs.webkit.org/show_bug.cgi?id=129778
Summary
GetById list caching should use something object-oriented rather than Polymor...
Filip Pizlo
Reported
2014-03-05 21:55:52 PST
...
Attachments
work in progress
(43.69 KB, patch)
2014-03-10 19:11 PDT
,
Filip Pizlo
no flags
Details
Formatted Diff
Diff
it compiles
(50.00 KB, patch)
2014-03-10 19:24 PDT
,
Filip Pizlo
no flags
Details
Formatted Diff
Diff
starting to work
(51.79 KB, patch)
2014-03-10 20:07 PDT
,
Filip Pizlo
no flags
Details
Formatted Diff
Diff
almost done
(54.48 KB, patch)
2014-03-10 21:21 PDT
,
Filip Pizlo
no flags
Details
Formatted Diff
Diff
the patch
(58.58 KB, patch)
2014-03-10 23:48 PDT
,
Filip Pizlo
ggaren
: review+
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2014-03-10 19:11:33 PDT
Created
attachment 226366
[details]
work in progress
Filip Pizlo
Comment 2
2014-03-10 19:24:45 PDT
Created
attachment 226369
[details]
it compiles Not done yet though.
Filip Pizlo
Comment 3
2014-03-10 20:07:59 PDT
Created
attachment 226376
[details]
starting to work
Filip Pizlo
Comment 4
2014-03-10 21:21:16 PDT
Created
attachment 226382
[details]
almost done
Filip Pizlo
Comment 5
2014-03-10 23:48:55 PDT
Created
attachment 226393
[details]
the patch
WebKit Commit Bot
Comment 6
2014-03-10 23:51:42 PDT
Attachment 226393
[details]
did not pass style-queue: ERROR: Source/JavaScriptCore/bytecode/PolymorphicGetByIdList.h:104: The parameter name "stubInfo" adds no information, so it should be removed. [readability/parameter_name] [5] ERROR: Source/JavaScriptCore/bytecode/StructureStubInfo.h:51: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] ERROR: Source/JavaScriptCore/bytecode/PolymorphicGetByIdList.cpp:41: Wrong number of spaces before statement. (expected: 8) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/bytecode/PolymorphicGetByIdList.cpp:42: Wrong number of spaces before statement. (expected: 8) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/bytecode/PolymorphicGetByIdList.cpp:43: Wrong number of spaces before statement. (expected: 8) [whitespace/indent] [4] ERROR: Source/JavaScriptCore/bytecode/PolymorphicGetByIdList.cpp:44: Wrong number of spaces before statement. (expected: 8) [whitespace/indent] [4] Total errors found: 6 in 16 files If any of these errors are false positives, please file a bug against check-webkit-style.
Geoffrey Garen
Comment 7
2014-03-11 09:45:20 PDT
Comment on
attachment 226393
[details]
the patch r=me
Filip Pizlo
Comment 8
2014-03-11 20:43:53 PDT
Landed in
http://trac.webkit.org/changeset/165459
Csaba Osztrogonác
Comment 9
2014-03-12 09:26:56 PDT
(In reply to
comment #8
)
> Landed in
http://trac.webkit.org/changeset/165459
It caused regression on ARM Thumb2 -
https://bugs.webkit.org/show_bug.cgi?id=130134
Csaba Osztrogonác
Comment 10
2014-03-14 03:27:47 PDT
(In reply to
comment #9
)
> (In reply to
comment #8
) > > Landed in
http://trac.webkit.org/changeset/165459
> > It caused regression on ARM Thumb2 -
https://bugs.webkit.org/show_bug.cgi?id=130134
Same regression occured on 32 bit Apple Mac build too. But
https://bugs.webkit.org/show_bug.cgi?id=130203
fixed 94 failures from the 110 , only 16 failures remains.
Filip Pizlo
Comment 11
2014-08-25 21:12:58 PDT
***
Bug 129590
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug