Yuichi Nishiwaki
|
3e4abf8949
|
optimize string construction from literal
|
2016-02-08 02:33:22 +09:00 |
Yuichi Nishiwaki
|
0d8d7d5b91
|
remove xformat family
|
2016-02-08 01:32:13 +09:00 |
Yuichi Nishiwaki
|
267cfb0a02
|
optimize pic_chunk
|
2016-02-08 01:17:33 +09:00 |
Yuichi Nishiwaki
|
f263e9432e
|
remove gref slot
|
2016-02-07 22:17:56 +09:00 |
Yuichi Nishiwaki
|
e076a8f4e0
|
datas are equal? when they refer to the same pointer
|
2016-02-07 05:18:09 +09:00 |
Yuichi Nishiwaki
|
ed14348c08
|
bugfixes
|
2016-02-07 04:54:55 +09:00 |
Yuichi Nishiwaki
|
7a128aab3b
|
fix #314
|
2016-02-07 04:23:46 +09:00 |
Yuichi Nishiwaki
|
cc75877a76
|
simplify struct pic_record
|
2016-02-07 02:58:18 +09:00 |
Yuichi Nishiwaki
|
18d23e4908
|
reg.c -> weak.c
|
2016-02-07 01:13:12 +09:00 |
Yuichi Nishiwaki
|
fe994667fa
|
remove pic_get_proc and add "&" format for pic_get_args
|
2016-02-07 00:53:12 +09:00 |
Yuichi Nishiwaki
|
32f015765d
|
move the vm to proc.c
|
2016-02-07 00:09:40 +09:00 |
Yuichi Nishiwaki
|
2c09114cf3
|
move the expander to macro.c
|
2016-02-07 00:07:29 +09:00 |
Yuichi Nishiwaki
|
de7fb0c4b2
|
codegen.c -> eval.c
|
2016-02-06 23:55:39 +09:00 |
Yuichi Nishiwaki
|
e51d3db812
|
symbol is an identifier
|
2016-02-06 23:15:53 +09:00 |
Yuichi Nishiwaki
|
12f999d608
|
temporarily disable offset fields
|
2016-02-06 21:18:38 +09:00 |
Yuichi Nishiwaki
|
497595a0f7
|
pool now only contains heap objects
|
2016-02-06 21:11:22 +09:00 |
Yuichi Nishiwaki
|
62cc05f978
|
add OP_PUSHFLOAT
|
2016-02-06 20:52:36 +09:00 |
Yuichi Nishiwaki
|
93105dc2a6
|
add OP_PUSHEOF
|
2016-02-06 20:43:21 +09:00 |
Yuichi Nishiwaki
|
5af1b44456
|
wrap irep fields with unions
|
2016-02-06 18:37:40 +09:00 |
Yuichi Nishiwaki
|
0fd529c968
|
change mangling rule for global variables
|
2016-02-06 04:07:37 +09:00 |
Yuichi Nishiwaki
|
1fbc38fe55
|
serializable code representation
|
2016-02-05 21:53:25 +09:00 |
Yuichi Nishiwaki
|
600a92835e
|
add irep->ints
|
2016-02-05 21:41:20 +09:00 |
Yuichi Nishiwaki
|
0499b5ffb0
|
move pic_resolve to macro.c
|
2016-02-05 21:01:36 +09:00 |
Yuichi Nishiwaki
|
e96465f724
|
remove pic_irep.ilen
|
2016-02-05 20:47:08 +09:00 |
Yuichi Nishiwaki
|
64788af4b9
|
manage ireps using reference count
|
2016-02-05 00:31:57 +09:00 |
Yuichi Nishiwaki
|
6488e315d3
|
kvec.h is not used
|
2016-02-04 17:48:25 +09:00 |
Yuichi Nishiwaki
|
337ba027f2
|
attribute as a macro
|
2016-02-03 21:49:55 +09:00 |
Yuichi Nishiwaki
|
0fe20178ae
|
emit OP_PUSHUNDEF
|
2016-02-03 20:17:20 +09:00 |
Yuichi Nishiwaki
|
5637b3e435
|
unify emit_c and emit_i
|
2016-02-02 22:34:18 +09:00 |
Yuichi Nishiwaki
|
2aa9e956c4
|
Merge pull request #325 from dcurrie/data-space-optimization
Reduce size of data object by removing unused dict field
|
2016-01-31 17:19:02 +09:00 |
Doug Currie
|
0f3ef76fcb
|
Fix cond to conform to R7RS 'If the selected ⟨clause⟩ contains only the ⟨test⟩ and no ⟨expression⟩s, then the value of the ⟨test⟩ is returned as the result.'
|
2016-01-23 16:14:11 -05:00 |
Doug Currie
|
6881ac6d4d
|
Reduce size of data object by removing unused dict field
|
2016-01-15 23:44:07 -05:00 |
Doug Currie
|
33667788cb
|
Fix c99 style comment
|
2016-01-10 15:05:35 -05:00 |
Doug Currie
|
ad0ef726fc
|
Fix issue #322 string->number should never signal error
|
2016-01-10 14:56:44 -05:00 |
Yuichi Nishiwaki
|
edbd95d1bd
|
fix indent
|
2016-01-09 23:29:36 +09:00 |
Doug Currie
|
3f7c5034d7
|
Fix some c99isms
|
2016-01-08 23:47:16 -05:00 |
Doug Currie
|
bfe1db8d16
|
Add benz compile time hooks PIC_DOUBLE_TO_CSTRING and PIC_CSTRING_TO_DOUBLE
|
2016-01-08 23:06:14 -05:00 |
Doug Currie
|
4ef9394c0b
|
Refactor xvfprintf to prepare for pluggable dtoa
|
2016-01-08 17:30:21 -05:00 |
Doug Currie
|
be33d016e9
|
Refactor read_unsigned to prepare for pluggable atod
|
2016-01-08 15:55:00 -05:00 |
Doug Currie
|
8bcfc139f7
|
Merge upstream.
|
2015-12-29 11:26:55 -05:00 |
Yuichi Nishiwaki
|
cce4933430
|
use simplest version of error checking
|
2015-12-30 01:01:12 +09:00 |
Doug Currie
|
9fb7676b37
|
Convert tabs to spaces in string.c
|
2015-12-30 00:57:14 +09:00 |
Doug Currie
|
51ba443636
|
Check for valid indices in substring and string-copy.
|
2015-12-30 00:56:59 +09:00 |
Doug Currie
|
65429b4f10
|
Check for valid indices in substring and string-copy.
|
2015-12-27 23:47:29 -05:00 |
Doug Currie
|
b585d89056
|
Fix for equal? bug #312
|
2015-12-27 21:27:26 -05:00 |
Doug Currie
|
17d731228a
|
Use pic_eq_p to compare pic_values; move reverse lookup out of khash.h
|
2015-12-27 10:11:47 -05:00 |
Doug Currie
|
6e879dbe87
|
Better error reporting for uninitialized global.
|
2015-12-26 22:19:05 -05:00 |
Sunrin SHIMURA (keen)
|
df1a7b5fd5
|
add irritant to read error, fixing #310
|
2015-10-06 14:04:48 +09:00 |
Sunrin SHIMURA (keen)
|
5691739272
|
pic_errof requires pic_value
|
2015-10-02 13:49:32 +09:00 |
Yuichi Nishiwaki
|
333813d0ba
|
unify more cases
|
2015-08-26 22:37:40 +09:00 |