Results (231 - 240 of 3373)
- [221436]: WSL parser should pass the token as the origin to the AST ...
- WSL parser should pass the token as the origin to the AST https://bugs.webkit.org/show_bug.cgi?id=176177 Reviewed by Keith Miller. Parse.js was sometimes passing token.origin as the origin, but that's just the filename component ...
- By Aug 31, 2017, 12:51:08 PM —
- [221434]: WSL should be able to run a program that uses generics ...
- WSL should be able to run a program that uses generics https://bugs.webkit.org/show_bug.cgi?id=176152 Reviewed by Keith Miller. This fixes the WSL parser and type checker to the point that we can: - Parse a function call ...
- By Aug 31, 2017, 12:33:35 PM —
- [221422]: JSTests: Unreviewed, skipping slow tests. These tests are ...
- JSTests: Unreviewed, skipping slow tests. These tests are now timing out. They would have always been slow. The timeouts are probably because OOMs work differently now. * stress/regexp-prototype-exec-on-too-long-rope.js: * stres ...
- By Aug 31, 2017, 9:38:16 AM —
- [221393]: Rename ArrayLang to WebGPU Shading Language, or WSL for short, ...
- Rename ArrayLang to WebGPU Shading Language, or WSL for short, pronounced "whistle" https://bugs.webkit.org/show_bug.cgi?id=176117 Reviewed by Myles Maxfield. Renamed ArrayLangRI to WebGPUShadingLanguageRI. Renamed ALSyn ...
- By Aug 30, 2017, 12:46:32 PM —
- [221384]: Strings need to be in some kind of gigacage ...
- Strings need to be in some kind of gigacage https://bugs.webkit.org/show_bug.cgi?id=174924 Reviewed by Oliver Hunt. Source/bmalloc: This adds a StringGigacage. * bmalloc/Gigacage.cpp: * bmalloc/Gigacage.h: (Gigacage::name): (Gi ...
- By Aug 30, 2017, 10:46:55 AM —
- [221380]: Initial reference implementation scaffolding for ArrayLang ...
- Initial reference implementation scaffolding for ArrayLang https://bugs.webkit.org/show_bug.cgi?id=175925 Reviewed by Myles Maxfield. This introduces a very rough scaffolding for an AST walk interpreter and type checker for an ex ...
- By Aug 30, 2017, 10:33:26 AM —
- [221148]: Reduce Gigacage sizes https://bugs.webkit.org/show_bug.cgi?id=175920 ...
- Reduce Gigacage sizes https://bugs.webkit.org/show_bug.cgi?id=175920 Reviewed by Mark Lam. Source/bmalloc: This introduces the ability to have different gigacage sizes for different gigacages, and uses it to reduce the size of both giga ...
- By Aug 24, 2017, 11:00:09 AM —
- [220712]: Put the ScopedArgumentsTable's ScopeOffset array in some gigacage ...
- Put the ScopedArgumentsTable's ScopeOffset array in some gigacage https://bugs.webkit.org/show_bug.cgi?id=174921 Reviewed by Mark Lam. Source/JavaScriptCore: Uses CagedUniquePtr<> to cage the ScopeOffset array. * dfg/DFGSpecula ...
- By Aug 14, 2017, 11:33:16 AM —
- [220628]: FTL's compileGetTypedArrayByteOffset needs to do caging ...
- FTL's compileGetTypedArrayByteOffset needs to do caging https://bugs.webkit.org/show_bug.cgi?id=175366 Reviewed by Saam Barati. While implementing boxing in the DFG, I noticed that there was some missing boxing in the FTL. This f ...
- By Aug 12, 2017, 6:59:16 PM —
- [220625]: Caging shouldn't have to use a patchpoint for adding ...
- Caging shouldn't have to use a patchpoint for adding https://bugs.webkit.org/show_bug.cgi?id=175483 Reviewed by Mark Lam. Source/JavaScriptCore: Caging involves doing a Add(ptr, largeConstant). All of B3's heuristics for how to deal wit ...
- By Aug 12, 2017, 11:44:48 AM —
Note:
See TracSearch
for help on searching.