WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 59950
Clean up AssemblerBuffer to use a Vector internally.
https://bugs.webkit.org/show_bug.cgi?id=59950
Summary
Clean up AssemblerBuffer to use a Vector internally.
Gavin Barraclough
Reported
2011-05-02 11:21:15 PDT
AssemblerBuffer handles reallocing a byte array itself - stop that.
Attachments
The patch
(12.45 KB, patch)
2011-05-02 11:23 PDT
,
Gavin Barraclough
oliver
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gavin Barraclough
Comment 1
2011-05-02 11:23:02 PDT
Created
attachment 91944
[details]
The patch
Gavin Barraclough
Comment 2
2011-05-02 16:02:27 PDT
fixed in r 85497
石梦军
Comment 3
2013-04-30 04:39:30 PDT
this only replace the realloc with the vector, but in the flushConstantPool function of AssemblerBufferWithConstantPool.h file, it use the char * to replace the void*, is it any difference?
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