minor windows fixes (#1311)

* [pp2] put `define` dest on a single line

* update source!

* Update type_analysis.cpp

* update old credits & racer code

* change clang-cl args (REALLY force avx)

* Update credits_REF.gc

* comment small unused code

* add timer to decompiler

* fix unnecessary copy-constructors (no speed increase)

* fixes

* Update expression_build.cpp

* wtf is this thing anyway

* im bored.

* clang

* fix!

* Revert "fix!"

This reverts commit 5b1ce6c718.

* Revert "clang"

This reverts commit 5e67d9ccd1.

* Revert "im bored."

This reverts commit 070e957ce8.

* Revert "Update expression_build.cpp"

This reverts commit b94d092fc5.

* Revert "fixes"

This reverts commit f3d871f60a.

* Revert "fix unnecessary copy-constructors (no speed increase)"

This reverts commit 9100725802.

* Keep the random inoffensive changes

* Revert "Update type_analysis.cpp"

This reverts commit d2456a5c75.

* Update type_analysis.cpp
This commit is contained in:
ManDude
2022-04-18 02:11:09 +01:00
committed by GitHub
parent 97dc0e14df
commit 0cdeed9be7
103 changed files with 818 additions and 1330 deletions
+13 -26
View File
@@ -284,8 +284,7 @@
)
;; definition for symbol *assistant-tasks*, type task-control
(define
*assistant-tasks*
(define *assistant-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -414,8 +413,7 @@
)
;; definition for symbol *assistant-village2-tasks*, type task-control
(define
*assistant-village2-tasks*
(define *assistant-village2-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -693,8 +691,7 @@
)
;; definition for symbol *gambler-tasks*, type task-control
(define
*gambler-tasks*
(define *gambler-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -807,8 +804,7 @@
)
;; definition for symbol *geologist-tasks*, type task-control
(define
*geologist-tasks*
(define *geologist-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -921,8 +917,7 @@
)
;; definition for symbol *mayor-tasks*, type task-control
(define
*mayor-tasks*
(define *mayor-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -1044,8 +1039,7 @@
)
;; definition for symbol *sage-tasks*, type task-control
(define
*sage-tasks*
(define *sage-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -1190,8 +1184,7 @@
)
;; definition for symbol *sage-bluehut-tasks*, type task-control
(define
*sage-bluehut-tasks*
(define *sage-bluehut-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -1305,8 +1298,7 @@
)
;; definition for symbol *oracle-village1-tasks*, type task-control
(define
*oracle-village1-tasks*
(define *oracle-village1-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -1425,8 +1417,7 @@
)
;; definition for symbol *oracle-village2-tasks*, type task-control
(define
*oracle-village2-tasks*
(define *oracle-village2-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -1545,8 +1536,7 @@
)
;; definition for symbol *oracle-village3-tasks*, type task-control
(define
*oracle-village3-tasks*
(define *oracle-village3-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -1665,8 +1655,7 @@
)
;; definition for symbol *miners-tasks*, type task-control
(define
*miners-tasks*
(define *miners-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -2056,8 +2045,7 @@
)
;; definition for symbol *sage-villagec-tasks*, type task-control
(define
*sage-villagec-tasks*
(define *sage-villagec-tasks*
(new 'static 'task-control
:current-stage -1
:stage
@@ -2308,8 +2296,7 @@
)
;; definition for symbol *task-controls*, type (array task-control)
(define
*task-controls*
(define *task-controls*
(the-as (array task-control)
(new
'static