Changeset 172756 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Aug 19, 2014, 11:57:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r172754 r172756 196 196 (JSC::JSString::setIs8Bit): 197 197 (JSC::JSString::toExistingAtomicString): 198 199 2014-08-18 Matthew Mirman <[email protected]> 200 201 Merges the two native inlining passes from the build. 202 Also adds the AvailableExternallyLinkage assertion to linked 203 functions to allow unused and duplicate ones to be removed. 204 https://bugs.webkit.org/show_bug.cgi?id=135526 205 206 Reviewed by Filip Pizlo. 207 208 * JavaScriptCore.xcodeproj/project.pbxproj: 209 Removed second generation of llvm binary files. 210 Fixed the flags on the first pass. 211 * build-symbol-table-index.py: Modified some paths. 212 * build-symbol-table-index.sh: Removed. 213 * copy-llvm-ir-to-derived-sources.sh: Now calls build-symbol-table-index directly. 214 * ftl/FTLLowerDFGToLLVM.cpp: Added LLVMAvailableExternallyLinkage assertion. 215 (JSC::FTL::LowerDFGToLLVM::getModuleByPathForSymbol): 216 * runtime/ArrayPrototype.cpp: Removed static declarations. 217 * runtime/DateConstructor.cpp: ditto. 218 (JSC::dateParse): 219 (JSC::dateNow): 220 (JSC::dateUTC): 221 * runtime/DatePrototype.cpp: ditto. 222 * runtime/JSDataViewPrototype.cpp: ditto on both. 223 (JSC::dataViewProtoFuncGetInt8): 224 (JSC::dataViewProtoFuncGetInt16): 225 (JSC::dataViewProtoFuncGetInt32): 226 (JSC::dataViewProtoFuncGetUint8): 227 (JSC::dataViewProtoFuncGetUint16): 228 (JSC::dataViewProtoFuncGetUint32): 229 (JSC::dataViewProtoFuncGetFloat32): 230 (JSC::dataViewProtoFuncGetFloat64): 231 (JSC::dataViewProtoFuncSetInt8): 232 (JSC::dataViewProtoFuncSetInt16): 233 (JSC::dataViewProtoFuncSetInt32): 234 (JSC::dataViewProtoFuncSetUint8): 235 (JSC::dataViewProtoFuncSetUint16): 236 (JSC::dataViewProtoFuncSetUint32): 237 (JSC::dataViewProtoFuncSetFloat32): 238 (JSC::dataViewProtoFuncSetFloat64): 239 * runtime/JSONObject.cpp: ditto. 240 * runtime/ObjectConstructor.cpp: ditto. 241 * runtime/StringPrototype.cpp: ditto. 198 242 199 243 2014-08-18 Saam Barati <[email protected]>
Note:
See TracChangeset
for help on using the changeset viewer.