Off-Topic > Off-Topic - Tiny Core Lounge

Webkit notes

<< < (9/13) > >>

curaga:
Also, if your bravery is unmatched you could see what *glances around* LTO could do. I haven't had the guts, with rumors being an hour more and 8GB ram minimum.

Juanito:

--- Code: ---make -j5 -C Source/JavaScriptCore [real 8m 45.67s]
make -j5 -C Source/WebCore [real 39m 56.38s]
--- End code ---
JavaScriptCore fails to compile with -flto (of course it fails at the final link stage right at the end). Anyway, it still makes static libs larger than without using it most of the time.

Since various Makefiles invoke icu-config, fltk-config, etc, -flto is used in places

cpu is an intel i7-4600 @ 2.10ghz, but I believe it's the 16gb ram that makes the difference.

Not sure if it's useful, but a couple of notes:

* webkit puts headers in include/webkitfltk, but fifth looks for them in include only
* the fifth tarball will not compile due to missing src/genver.sh (and possibly others)
* liburlmatch Makefile is missing "install"

fifth posted to tc-6.x x86_64 repo - I like it  :)

curaga:
- header thing has been changed in today's git, pkg-config is now used
- urlmatch install target was added yesterday

The tarball needs some tuning yeah.

curaga:
0.1.1 released with build fixes mainly.

Juanito:
One thing I forgot to mention is that I couldn't resize the fifth window from the corner, only from the bottom or side.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version