Doug Coleman
e837a5cea8
structs in windows.shell32
2009-08-29 20:56:39 -05:00
Doug Coleman
fb3fa1f797
remove dead code, use ${ and GUID:, structs
2009-08-29 20:52:14 -05:00
Doug Coleman
d2dd206638
remove c-array usage
2009-08-29 20:43:07 -05:00
Doug Coleman
a5c078213a
more struct work
2009-08-29 20:39:06 -05:00
Doug Coleman
6e4ec190df
remove c-array usage
2009-08-29 20:34:29 -05:00
Doug Coleman
e5b72af403
fix environment on winnt
2009-08-29 20:01:01 -05:00
Doug Coleman
0be2e17246
put a method on M\ tuple string>alien that calls underlying>>
2009-08-29 19:55:27 -05:00
Doug Coleman
dedc1eb0cb
more WIN32_FIND_DATA structs
2009-08-29 19:43:56 -05:00
Doug Coleman
57673db7ca
remove com-interface c-struct
2009-08-29 19:33:04 -05:00
Doug Coleman
a81c78e485
WSABUF struct
2009-08-29 19:25:18 -05:00
Doug Coleman
135d56fcd2
fix com, prettyprinting of GUIDs
2009-08-29 19:18:39 -05:00
Doug Coleman
1099e2ad3a
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-29 18:59:36 -05:00
Doug Coleman
ec579dcfc1
fix using
2009-08-29 17:42:14 -05:00
Joe Groff
51405868d1
ignore deprecations in words that are themselves deprecated
2009-08-29 17:41:21 -05:00
Doug Coleman
50a99dcce6
guid, system-info
2009-08-29 17:41:08 -05:00
Doug Coleman
0c37990f53
windows.offscreen structs
2009-08-29 17:35:11 -05:00
Doug Coleman
eb21a7b0dd
fix uniscribe
2009-08-29 17:18:30 -05:00
Joe Groff
77bf009b6e
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-29 17:17:44 -05:00
Joe Groff
4e7bada863
use calloc in malloc-struct for consistency with malloc-object and malloc-array
2009-08-29 17:17:25 -05:00
Doug Coleman
3ecb3a85db
SIZE struct
2009-08-29 17:08:25 -05:00
Doug Coleman
ccb20bd00e
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-29 15:29:34 -05:00
Joe Groff
a71f242578
change malloc-object back to using calloc
2009-08-29 15:28:31 -05:00
Doug Coleman
b8164120f5
oops, forgot to update a struct
2009-08-29 14:37:09 -05:00
Doug Coleman
f4d8a61461
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-29 14:30:55 -05:00
Doug Coleman
6aeb3614ff
new structs in font rendering
2009-08-29 14:29:46 -05:00
Doug Coleman
56be96429a
fix io monitors
2009-08-29 14:28:00 -05:00
Doug Coleman
d2accedf8d
more structs
2009-08-29 13:45:25 -05:00
Doug Coleman
f517e22e91
structs in calendar.windows
2009-08-29 13:39:48 -05:00
Doug Coleman
d7446f9a05
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-29 12:50:27 -05:00
Joe Groff
0e8fe01d11
change malloc-object and <c-object> not to be in terms of malloc-array and <c-array>
2009-08-29 12:45:59 -05:00
Joe Groff
64baa58a3d
typo in alien.c-types docs
2009-08-29 12:23:09 -05:00
Joe Groff
2eff554273
update cocoa and core-foundation stuff to use classes.struct and boxed malloc-arrays
2009-08-29 12:22:55 -05:00
Joe Groff
8a9d0e13bb
deprecate <c-array>, and make malloc-array box its returned buffer in a direct array
2009-08-29 11:15:23 -05:00
Joe Groff
d26735c98f
mark integer sequence methods as deprecated
2009-08-29 10:29:41 -05:00
Slava Pestov
908b4742c5
compiler.cfg.value-numbering: fix ##box-displaced-alien simplification
2009-08-28 19:05:49 -05:00
Slava Pestov
2bb6293217
compiler: add fixnum-min/max intrinsics; ~10% speedup on benchmark.yuv-to-rgb
2009-08-28 19:02:59 -05:00
Joe Groff
4197891499
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-28 10:40:30 -05:00
Joe Groff
c6c22a4d5d
add a terrain-generation benchmark so slava will make it fast
2009-08-28 10:40:01 -05:00
Slava Pestov
ff4213003b
system-info.windows: fix load error
2009-08-28 05:38:29 -05:00
Slava Pestov
790e7ec0bc
tools.deprecation: suppress 'computing usage index...' message
2009-08-28 05:32:34 -05:00
Slava Pestov
a96743d375
tools.deprecation: don't bail out if a word's usages are not all words
2009-08-28 05:31:27 -05:00
Slava Pestov
282d6e9acc
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-28 05:22:05 -05:00
Slava Pestov
624f636533
benchmark.struct-arrays: new benchmark to measure performance of struct-arrays, struct classes, and floating point math
2009-08-28 05:21:54 -05:00
Slava Pestov
d957ae4e44
Performance improvements to make struct-arrays benchmark faster
...
- improved optimization of ##unbox-any-c-ptr on ##box-displaced-alien; convert it to ##unbox-c-ptr where possible using class info stored in the ##bda instruction
- make fcos, fsin, etc inline again; everything in math.libm inline again, except for fsqrt which is an intrinsic
- convert min and max on floats to float-min and float-max
- make min and max not inline, so that the above can work
- struct-arrays: rice a bit so that more fixnums come up
2009-08-28 05:21:16 -05:00
Doug Coleman
8caece6928
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-27 21:58:47 -05:00
Joe Groff
b8978446d9
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-27 21:51:15 -05:00
Joe Groff
e85925153c
deprecate C-STRUCT:, C-UNION:, and old-school struct accessors
2009-08-27 21:51:08 -05:00
Slava Pestov
e2ebc2ac76
Merge branch 'master' of git://factorcode.org/git/factor
2009-08-27 21:49:47 -05:00
Slava Pestov
7cf4e608e5
alien: move code for supporting CONSTANT: foo 123 { "int" foo } C types into one place instead of the old scattershot approach
2009-08-27 21:49:25 -05:00
Doug Coleman
111c0f6b89
more struct changes
2009-08-27 21:43:29 -05:00