Displaying 2 results from an estimated 2 matches for "sangjin".
Did you mean:
angain
2006 May 10
1
Beware of a bug of WEBrick
Hi all,
I''m not sure that here is the right place to post(so sorry if it is
not),
but it seems that WEBrick is not being maintained any more.
I found that WEBricks freezes with 100% of CPU usage whenever it takes a
POST message of invalid format(multipart/form-data with invalid
boundary). Then the server is able to process any other requests no
longer.
Be careful if you''re
2016 Mar 18
2
lld COFF auto-import feature
I read the thread (
http://lists.llvm.org/pipermail/llvm-dev/2016-February/096115.html ).
I think the wonderful feature of the MinGW/Cygwin ld is the option
--enable-auto-import.
The option is limited to COFF, but LINK.exe doesn't have it.
Could we add the feature to lld-link ?
If it is possible, many people will change the coding pattern for using
DLL. -- no more if-def declspec(dllimport)