chakra-core / chakra-core/ChakraCore
Missing FPU state save/restore
Open
Task
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
According to @Yongqu, our script execution needs certain FPU states, so we should save/set/restore FPU states for script execution. `SmartFPUControl` class is intended for that task. However, ChakraCore JSRT calls apparently do not conform. We don't have `SmartFPUControl` usage at all. We should review/refactor/add to any code path that could lead to script execution.
Contributor guide
Assessment
This issue has not been assessed yet.