Commit graph

135 commits

Author SHA1 Message Date
Daniel Kolesa 7eaf3679a4 get rid of cs_value::get_strr 2021-03-17 21:59:37 +01:00
Daniel Kolesa 2f5bb697eb use string refs more instead of allocated strings 2021-03-17 21:46:37 +01:00
Daniel Kolesa 8b7f36319d eliminate length field in cs_value 2021-03-17 21:16:25 +01:00
Daniel Kolesa e3cff816c7 reduce copying strings around (ensure refs are not erased) 2021-03-17 21:00:19 +01:00
Daniel Kolesa 64130a12bf remove handling of constants from codegen, bytecode and cs_value
also drop move semantics on cs_value
2021-03-17 20:41:08 +01:00
Daniel Kolesa 8def7ce85c intern all strings in cs_value 2021-03-17 02:47:34 +01:00
Daniel Kolesa c004db42c6 refactor cs_value and related structures to contain state
this will allow us to intern strings inside cs_value
2021-03-17 01:26:30 +01:00
Daniel Kolesa dcae5b30b2 initial implementation of unique/interned string manager 2021-03-16 00:45:09 +01:00
q66 e58c69bc99 mesonize libcubescript 2018-10-28 02:56:00 +02:00
q66 8805594bc2 style fixes 2018-04-27 23:53:55 +02:00
q66 fb78b4acdd initial support for "threads" 2018-04-26 19:23:11 +02:00
q66 07666c7564 naming consistency 2018-04-25 01:49:58 +02:00
q66 d12e7f67ee gcc warning fixes 2017-11-06 01:07:53 +01:00
q66 efdc82324e fix includes 2017-06-20 21:21:39 +02:00
q66 d01349886a remove slice_until 2017-06-15 20:44:09 +02:00
q66 8d62c09f88 fix build 2017-04-23 15:34:45 +02:00
q66 f0f6dc437f fix build 2017-04-17 17:13:14 +02:00
q66 d744c6b1c6 remove dependency on types.hh 2017-04-04 00:28:56 +02:00
q66 5b1baafdb3 fixes 2017-04-01 01:06:36 +02:00
q66 73d1b142d1 fixes 2017-03-31 03:34:09 +02:00
q66 6b17c4594f remove slice_until 2017-03-31 03:18:26 +02:00
q66 70ef1ff486 stuff 2017-03-31 03:10:36 +02:00
q66 7294580ccf use range_put_all 2017-02-19 18:13:51 +01:00
q66 5c2c441925 fix build 2017-02-19 16:44:16 +01:00
q66 73699bd1cf use std::min, max, clamp 2017-02-18 17:49:01 +01:00
q66 e87b1b566c use appender_range directly 2017-02-18 17:28:43 +01:00
q66 14436d6aa0 fix build 2017-02-16 20:51:03 +01:00
q66 8343979e03 fix build after style update 2017-02-16 19:07:22 +01:00
q66 74edc2821d fix build 2017-02-15 19:41:12 +01:00
q66 3c093ce8ad compile fix 2017-02-14 18:33:45 +01:00
q66 9b4ea3e765 replace removed PointerRange 2017-02-14 17:41:15 +01:00
q66 efe4ee523a fix build 2017-02-13 23:32:15 +01:00
q66 41eb8b211f begin naming scheme rework 2017-02-13 18:11:19 +01:00
q66 140ccf08c6 add cs_internal_error exception and use it for unrecoverable unlikely errors 2017-02-12 22:52:43 +01:00
q66 6e67ce8574 clean up pointerrange constructor 2017-02-09 22:54:09 +01:00
q66 fda734a868 ostd fixes 2017-02-09 21:27:57 +01:00
q66 2536179500 use standard type traits 2017-02-09 20:59:14 +01:00
q66 2241bcf4b8 use std math overloads 2017-02-08 01:14:15 +01:00
q66 896ab4aba2 update according to ostd 2017-02-08 01:07:35 +01:00
q66 0dd69fedea remove memory.hh includes 2017-02-01 20:20:57 +01:00
q66 d88e9de11a use unordered_map 2017-01-31 19:28:34 +01:00
q66 58bf658409 update according to ostd 2017-01-30 19:38:11 +01:00
q66 8dc423dcaa update according to ostd 2017-01-30 01:18:55 +01:00
q66 f1d2bbc8b7 update according to ostd 2017-01-29 15:56:38 +01:00
q66 3bdb0c4d7b update according to ostd 2017-01-29 15:17:43 +01:00
q66 01899074fd update for ostd 2017-01-28 23:04:10 +01:00
q66 8e31583612 use uint32_t 2017-01-25 02:10:17 +01:00
q66 1c5c0939e1 use size_t 2017-01-25 02:09:50 +01:00
q66 d14c8f8593 update to latest ostd 2017-01-25 01:57:33 +01:00
q66 57478f6866 move to std::vector 2017-01-25 01:18:29 +01:00