Vertaling van "inlinea" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
En este caso, el compilador las inlinea.
Resulta que to-number se inlinea después de la expansión de m:fold.
It turns out that to-number is inlined after the expansion of m:fold.
En realidad en este caso primero inlinea ormap y después inlinea las {lambda...}, así que en el código que se ejecuta no están estas closures y ni siquiera aparecen como llamados a funciones porque el código ya está inlineado.
Actually, in this case the compiler inlines first ormap and then it inlines the {lambda...}, so in the code that is executed these closures don't appear even as function calls because the code is already inlined.
Andere resultaten
De manera alternativa, puede que necesite cambiar al inliner de Python.
Alternately, I may need to switch to the Python inliner.
Solo el apilador de la inliner está disponible.
Only the stacker of the inliner is available.
Nuestra herramienta CSS Inliner insertará automáticamente el CSS incrustado.
Our CSS Inliner tool will automatically inline your embedded CSS.
Las lambdas se inlinean, así que queda algo parecido a un loop unrolling.
The lambdas are inlined, so the final code looks similar to a loop unrolling.
Cuando tiene una imagen más pequeña que el límite definido para el inlineado, normalmente se rellena automáticamente.
When you have an image smaller than your defined limit for inlining, it normally gets inlined automatically.
Pero cuando el compilador de Racket puede actuar ormap ya está inlineada y la estructura que ve el optimizador es más complicada.
But when the Racket compiler can act, ormap is already inlined and the structure that the optimizer sees is more complicated.
No obstante, al activar el Inliner, sí podrás acceder a una vista previa de la campaña en un visor paralelo.
Once you enable the Inliner, however, you can preview the campaign in a side-by-side viewer.
Aprende activar el CSS Inliner y los seleccionadores CSS que soportamos.
Learn how to turn on the CSS Inliner and the CSS selectors we support.
Nuestra herramienta CSS Inliner insertará automáticamente el CSS incrustado.
Mailchimp offers a CSS inliner tool to help with this.
Otro detalle importante es que si la función es sencilla el compilador de Racket la puede inlinear.
Another important detail is that if the function is simple, the Racket compiler can inline it.