mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 06:14:59 +00:00
6cb525f6bc1afd8f32a6df395113f1be1e045cb2
Estimated hours taken: 5 This change does some renaming to match the new nomenclature introduced in the RTTI paper. Rename simple tags as unshared tags, complicated tags as shared remote tags and complicated constant tags as shared local. Also rename "simple vector" as "functor descriptor", "functors vector" as "enum vector". compiler/base_type_layout.m: compiler/bytecode.m: compiler/bytecode_gen.m: compiler/hlds_data.m: compiler/make_tags.m: compiler/switch_gen.m: compiler/tag_switch.m: compiler/unify_gen.m: Perform these renamings in the compiler, renaming a few functors and data structures. library/std_util.m: runtime/mercury_deep_copy_body.h: runtime/mercury_tabling.c: runtime/mercury_type_info.c: runtime/mercury_type_info.h: Perform these renamings in the library and runtime, renaming macros and variables.
…
…
…
…
…
Reportedly Mercury does not work on Solaris 2.5.1 if it is compiled with
gcc 2.7.x. It should however work fine on Solaris 2.5.1 if you compile
it with gcc 2.8, or if you use gcc 2.7.x with an earlier version of Solaris.
The binary distribution for Solaris that we distribute was compiled
with gcc 2.7.2, so if you have Solaris 2.5.1, you may need to compile
Mercury yourself from our source distribution.
("Solaris 2.x" is also known as "SunOS 5.x".)
Languages
Mercury
85.3%
C
8.7%
Shell
1.4%
Makefile
1%
JavaScript
1%
Other
2.1%