-
- Downloads
Bug 1821061 - wasm: Rename to use 'instanceData' consistently. r=jseward
We use many variations of 'global data', 'global area', and more recently 'instance data'. I prefer 'instance data' as 'global' is ambiguous with wasm globals, which while stored in the instance are not the only thing stored there. The naming scheme for this originated when globals were the only thing stored there, so we should now change it. Depends on D172026 Differential Revision: https://phabricator.services.mozilla.com/D172027
Showing
- js/src/jit/Lowering.cpp 6 additions, 4 deletionsjs/src/jit/Lowering.cpp
- js/src/jit/MIR.cpp 19 additions, 16 deletionsjs/src/jit/MIR.cpp
- js/src/jit/MIR.h 30 additions, 29 deletionsjs/src/jit/MIR.h
- js/src/jit/MIROps.yaml 2 additions, 2 deletionsjs/src/jit/MIROps.yaml
- js/src/jit/MacroAssembler.cpp 22 additions, 19 deletionsjs/src/jit/MacroAssembler.cpp
- js/src/wasm/WasmBCClass.h 1 addition, 1 deletionjs/src/wasm/WasmBCClass.h
- js/src/wasm/WasmBaselineCompile.cpp 7 additions, 8 deletionsjs/src/wasm/WasmBaselineCompile.cpp
- js/src/wasm/WasmCode.h 3 additions, 3 deletionsjs/src/wasm/WasmCode.h
- js/src/wasm/WasmCodegenTypes.cpp 4 additions, 4 deletionsjs/src/wasm/WasmCodegenTypes.cpp
- js/src/wasm/WasmCodegenTypes.h 10 additions, 10 deletionsjs/src/wasm/WasmCodegenTypes.h
- js/src/wasm/WasmDebug.cpp 1 addition, 2 deletionsjs/src/wasm/WasmDebug.cpp
- js/src/wasm/WasmFrameIter.cpp 2 additions, 2 deletionsjs/src/wasm/WasmFrameIter.cpp
- js/src/wasm/WasmGenerator.cpp 28 additions, 27 deletionsjs/src/wasm/WasmGenerator.cpp
- js/src/wasm/WasmGenerator.h 4 additions, 4 deletionsjs/src/wasm/WasmGenerator.h
- js/src/wasm/WasmInstance.cpp 12 additions, 12 deletionsjs/src/wasm/WasmInstance.cpp
- js/src/wasm/WasmInstance.h 7 additions, 9 deletionsjs/src/wasm/WasmInstance.h
- js/src/wasm/WasmIonCompile.cpp 29 additions, 29 deletionsjs/src/wasm/WasmIonCompile.cpp
- js/src/wasm/WasmJS.cpp 2 additions, 2 deletionsjs/src/wasm/WasmJS.cpp
- js/src/wasm/WasmJS.h 1 addition, 1 deletionjs/src/wasm/WasmJS.h
- js/src/wasm/WasmModule.cpp 1 addition, 1 deletionjs/src/wasm/WasmModule.cpp
Loading
Please register or sign in to comment