Opened 9 years ago
Last modified 7 years ago
#3955 closed defect
Enable more Windows performance optimizations as in Linux — at Version 2
Reported by: | Adrian Pop | Owned by: | Adrian Pop |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Build Environment | Version: | |
Keywords: | Cc: | Francesco Casella, massimo.ciccotelli@… |
Description (last modified by )
Currently we have less optimizations in Windows:
- GC parallel mark is disabled https://github.com/ivmai/bdwgc/issues/119)
- parallel parsing of library files is disabled (see #3805)
- parallel code generation is disabled for Windows
- we handle reading of text files in ANTLR3 differently https://github.com/OpenModelica/OMCompiler-3rdParty/blob/master/antlr/3.2/libantlr3c-3.2/src/antlr3filestream.c#L107
These should all be fixed if possible.
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 9 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.