- 12 Oct, 2021 1 commit
-
-
johnvg@science.ru.nl authored
in the strictness analyser, add code for caching previous results of ExtLtExp2 to prevent exponential time, not yet enabled
-
- 11 Oct, 2021 1 commit
-
-
johnvg@science.ru.nl authored
in the strictness analyser, add code for caching previous results of LtExp2 to prevent exponential time, not yet enabled
-
- 28 Jun, 2021 1 commit
-
-
John van Groningen authored
bug fix for macosx, in make.macosx64.sh set the stack size to 2M, make the heap size the same as for 64 bit linux (60M instead of 48M), compile module backendconvert with -fusion
-
- 21 Jun, 2021 1 commit
-
-
John van Groningen authored
optimisation, don't call _normalise for dynamic expressions of type type_var^, if there were no dynamic pattern matches before
-
- 18 Jun, 2021 1 commit
-
-
John van Groningen authored
-
- 17 Jun, 2021 1 commit
-
-
John van Groningen authored
optimisation, use _unify_tcs instead of _unify_ to match dynamic patterns of type type_var^, if there are no other dynamic pattern matches before and no dynamic pattern matches and expressions after this match
-
- 16 Jun, 2021 2 commits
-
-
johnvg@science.ru.nl authored
small optimisations in generated code for dynamic types, call _unify_ instead of _unify if only the boolean result is used, use _bind_global_type_pattern_var_n with int type_var_n instead of_bind_global_type_pattern_var with (TypeVar type_var_n)
-
johnvg@science.ru.nl authored
refactor in module convertDynamics, function newVariable always creates the var_info_ptr with VI_Empty, add function case_unify that creates a case of a unify application expression, remove unused function fatal
-
- 08 Jun, 2021 2 commits
-
-
John van Groningen authored
optimisation, if a function contains type(s) (a e) and an Array a e constraint use type {e} instead in the backend, this changes the calling convention for strict arguments and results, no ARRAY node is passed in those cases
-
John van Groningen authored
refactor. in module backendconvert remove functions beautifyAttributes, convertSymbolTypeArgs and remove_first_arg_type and some unused code
-
- 07 Jun, 2021 1 commit
-
-
John van Groningen authored
refactor, remove function backEndPreprocess, move constructors VI_SequenceNumber and VI_AliasSequenceNumber from module syntax to backendconvert, remove imports of module backendpreprocess
-
- 04 Jun, 2021 1 commit
-
-
John van Groningen authored
refactor, assign sequence numbers (VI_SequenceNumber and VI_AliasSequenceNumber) in declareVars in module backendconvert instead of sequence in module backendpreprocess, remove preprocess and sequence from module backendpreprocess
-
- 02 Jun, 2021 1 commit
-
-
John van Groningen authored
refactor, convertCasesOfFunctions created SK_GeneratedFunction's with FunDef Ptr's to a different heap, these FunDef Ptr's were not used, instead remove cs_fun_heap from ConvertState, use SK_LocalMacroFunction for case functions instead of SK_GeneratedFunction, store the FunDefs and indices in cs_new_functions instead of FunctionInfoPtr's
-
- 21 May, 2021 2 commits
-
-
John van Groningen authored
don't replace an explicit case by the only alternative that may match if the result is a strict let that is not a root expression
-
John van Groningen authored
don't restrict case_expr of an explicit Case to Var expressions, this restriction has been removed by using mergeExplicitCasePatterns and variable aliases introduced by simplifications of cases in module trans will now be removed in module partition
-
- 20 May, 2021 1 commit
-
-
John van Groningen authored
always recompute components of functions after fusion pass (module trans), ignore -strip, remove function stripStrictLets
-
- 19 May, 2021 1 commit
-
-
John van Groningen authored
-
- 18 May, 2021 2 commits
-
-
John van Groningen authored
refactor, add a specialised version of collectVariables to module partition (from transform), that only removes aliases and computes the refcounts (to be combined with find_calls next)
-
John van Groningen authored
refactor collectVariables for Let in module transform, don't combine and split strict and lazy binds, use unzip instead of map fst and map snd
-
- 11 May, 2021 1 commit
-
-
John van Groningen authored
refactor, add function mergeExplicitCasePatterns, use it to merge explicit case expressions in module transform, note that cases with a case_expr that is not a variable can also be merged now, so function share_case_expr in module checkFunctionBodies is probably not necessary anymore
-
- 03 May, 2021 2 commits
-
-
John van Groningen authored
-
John van Groningen authored
refactor, replace type StringPos and function stringPosition by type StringPosition, add function for 'cannot unify demanded type with offered type' error
-
- 30 Apr, 2021 1 commit
-
-
John van Groningen authored
-
- 29 Apr, 2021 2 commits
-
-
John van Groningen authored
refactor, replace function uniquenessError, that was always called with a CP_Expression with a FreeVar, by function uniquenessErrorFreeVar
-
John van Groningen authored
refactor, remove some unused functions and record, use =: instead of == to compare annotations and attributes in the parser
-
- 21 Apr, 2021 6 commits
-
-
John van Groningen authored
rename label _Nothing as _None in the generated code, and _!Nothing,_#Nothing and _|Nothing in the compiler to _!None,_#None and _|None
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
John van Groningen authored
-
- 19 Apr, 2021 4 commits
-
-
John van Groningen authored
-
John van Groningen authored
refactor, remove FunPos, it is only used in module postparse. where the identifier is also available from type ParsedDefinition
-
John van Groningen authored
-
John van Groningen authored
-
- 16 Apr, 2021 2 commits
-
-
John van Groningen authored
refactor ErrorAdmin class, change setErrorAdmin and pushErrorAdmin to setErrorPosition and pushErrorPosition with Ident and Position arguments instead of IdentPos, add function errorHeadingWithStringPos
-
John van Groningen authored
refactor check error function calls, add checkErrorIdentWithIdentPos and checkErrorIdentWithPosition, use these instead of a check error function and newPosition, pushErrorAdmin + popErrorAdmin or setErrorAdmin
-
- 14 Apr, 2021 2 commits
-
-
John van Groningen authored
refactor, move some constructors of type VarInfo and types AuxiliaryPattern, OptionalVariable, AP_Kind and TypeCodeVariableInfo from module syntax to the module that uses it
-
John van Groningen authored
-
- 09 Apr, 2021 1 commit
-
-
John van Groningen authored
if -o abc_file_name is specified use this file name for the abc file (this stopped working when creating the abc file was moved from the backend c code to Clean code)
-