Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · pre.2word.cons
ecl
Browse files
Mar 08, 2008
Note the last change about NIL. Remove redundant tests in ASSOC and RASSOC.
· 8260e762
jgarcia
authored
Mar 08, 2008
View commits for tag pre.2word.cons
pre.2word.cons
8260e762
Make NIL a fixed word instead of a pointer to a variable
· 4c0a11d0
jgarcia
authored
Mar 08, 2008
4c0a11d0
Use ECL_CONS_C[ad]R when argument is a CONS
· f800ee8c
jgarcia
authored
Mar 08, 2008
View commits for tag pre.nil.03
pre.nil.03
f800ee8c
Split the macros so that we can change CAR() and CDR()
· 937268d6
jgarcia
authored
Mar 08, 2008
937268d6
Avoid use of &CDR in lisp collection
· 148394a8
jgarcia
authored
Mar 08, 2008
148394a8
Avoid using pointers to CDR in make-package
· 3abfd456
jgarcia
authored
Mar 08, 2008
3abfd456
Avoid use of &CDR in remf
· ccbdfa25
jgarcia
authored
Mar 08, 2008
ccbdfa25
NSUBLIS, SUBLIS, ASSOC and RASSOC rewritten
· f04e0002
jgarcia
authored
Mar 08, 2008
f04e0002
Mar 07, 2008
ecl_delete_eq disappears for not being used. subst and nsubst rewritten without pointers
· 48c38791
jgarcia
authored
Mar 07, 2008
48c38791
Mar 05, 2008
Speed up LDIFF
· 744a4898
jgarcia
authored
Mar 05, 2008
744a4898
Mar 04, 2008
Optimize BUTLAST and NBUTLAST
· a90729cb
jgarcia
authored
Mar 04, 2008
a90729cb
Missing case for NIL in NCONC
· a048dcf0
jgarcia
authored
Mar 04, 2008
a048dcf0
Previous implementation of NCON was broken
· 79e75fe5
jgarcia
authored
Mar 04, 2008
79e75fe5
Optimize NCONC
· c0f1a227
jgarcia
authored
Mar 04, 2008
c0f1a227
Mar 03, 2008
Rewrite LIST and LIST* removing pointers. Erase unused function copy_list_into.
· f487b579
jgarcia
authored
Mar 03, 2008
f487b579
Rewrite COPY-ALIST
· 5a911f8c
jgarcia
authored
Mar 03, 2008
5a911f8c
Optimize COPY-LIST
· 2eec1865
jgarcia
authored
Mar 03, 2008
2eec1865
Optimize APPEND
· 1f1793a2
jgarcia
authored
Mar 03, 2008
1f1793a2
Cnil and Cnil_symbol share space, to speed up garbage collection times
· 7c2ad802
jgarcia
authored
Mar 03, 2008
7c2ad802
Mar 02, 2008
Optimize LAST
· 05e9b647
jgarcia
authored
Mar 02, 2008
05e9b647
Implemented t_list and turned Cnil into such object
· 026dc930
jgarcia
authored
Mar 02, 2008
026dc930
Feb 25, 2008
Reduce # of accesses to symbol.hpack
· df4568f9
jgarcia
authored
Feb 25, 2008
df4568f9
Do not write emitting message for gensyms.
· cdfff8a7
jgarcia
authored
Feb 25, 2008
cdfff8a7
Feb 23, 2008
Accessor for symbol name. Avoid direct use of symbol.name
· 4e931117
jgarcia
authored
Feb 23, 2008
4e931117
mflag and isform merged into stype
· 52283c27
jgarcia
authored
Feb 23, 2008
52283c27
Feb 18, 2008
Inline endp() in more loops, to make it faster.
· 33096c69
jgarcia
authored
Feb 18, 2008
33096c69
Feb 16, 2008
Fixed typo.
· 41d8a4a9
jgarcia
authored
Feb 16, 2008
41d8a4a9
Adapt to new call convention.
· 0d2f138d
jgarcia
authored
Feb 16, 2008
0d2f138d
Tag the version with the newest apply
· 764bb71e
jgarcia
authored
Feb 16, 2008
764bb71e
Merged the new function call code
· 52f4df19
jgarcia
authored
Feb 16, 2008
52f4df19
Feb 14, 2008
Speed up ASSOC when compiled
· 35f050ab
jgarcia
authored
Feb 14, 2008
View commits for tag safe.pre.new.apply
safe.pre.new.apply
35f050ab
Feb 09, 2008
If DEBUG >= 2, do not use direct calls to exported functions.
· 9db24c56
jgarcia
authored
Feb 09, 2008
9db24c56
Calls to functions defined later in the same file were still done directly
· fadcaf2d
jgarcia
authored
Feb 09, 2008
fadcaf2d
Removed declaration for a function which is now c-local.
· 03d20e55
jgarcia
authored
Feb 09, 2008
03d20e55
compile.lsp.in needed to be updated to include PROFILE
· 87a310cc
jgarcia
authored
Feb 09, 2008
87a310cc
Finished porting the profiler
· ff78d803
jgarcia
authored
Feb 09, 2008
ff78d803
Feb 08, 2008
STACK-PUSH-VALUES did not get inlined
· bebfeb17
jgarcia
authored
Feb 08, 2008
bebfeb17
Ported CMUCL's profiler as a contributed package
· a7a29375
jgarcia
authored
Feb 08, 2008
a7a29375
Improved handling of DEBUG and SAFETY declarations
· 84531b85
jgarcia
authored
Feb 08, 2008
84531b85
Improved handling of DEBUG and SAFETY declarations
· e7317997
jgarcia
authored
Feb 08, 2008
e7317997
Loading