nim doc --backend:js, nim doc --doccmd:-d:foo, nim r --backend:js, --doccmd:skip + other improvements (#14278)

* `nim doc --backend:js|cpp...`
`nim doc --doccmd:'-d:foo --threads:on'`
`nim r --backend:cpp...` (implies --run --usenimcache)
* --usenimcache works with all targets
* --docCmd:skip now skips compiling snippets; 50X speedup for doc/manual.rst
This commit is contained in:
Timothee Cour
2020-05-11 03:01:18 -07:00
committed by GitHub
parent d11cb9d495
commit 9502e39b63
22 changed files with 213 additions and 99 deletions

View File

@@ -346,7 +346,7 @@ proc computeSizeAlign(conf: ConfigRef; typ: PType) =
while st.kind in skipPtrs:
st = st[^1]
computeSizeAlign(conf, st)
if conf.cmd == cmdCompileToCpp:
if conf.backend == backendCpp:
OffsetAccum(
offset: int(st.size) - int(st.paddingAtEnd),
maxAlign: st.align