User contributions
From Gentoo Wiki
Jump to:navigation
Jump to:search
- 21:18, 3 June 2023 diff hist +4 Kernel/Upgrade/pt-br
- 21:17, 3 June 2023 diff hist +4 Translations:Kernel/Upgrade/107/pt-br current
- 21:17, 3 June 2023 diff hist +19 Kernel/Upgrade/pt-br Certas traduções ficaram meio estranhas em certas partes, mudanças pra deixar mais natural são aceitas.
- 21:16, 3 June 2023 diff hist +505 N Translations:Kernel/Upgrade/107/pt-br Certas traduções ficaram meio estranhas em certas partes, mudanças pra deixar mais natural são aceitas.
- 21:07, 3 June 2023 diff hist -194 Kernel/Upgrade/pt-br
- 21:06, 3 June 2023 diff hist -154 Translations:Kernel/Upgrade/45/pt-br current
- 21:05, 3 June 2023 diff hist -398 Kernel/Upgrade/pt-br
- 21:04, 3 June 2023 diff hist -358 Translations:Kernel/Upgrade/44/pt-br current
- 21:00, 3 June 2023 diff hist -25 Kernel/Upgrade/pt-br
- 20:59, 3 June 2023 diff hist +15 Translations:Kernel/Upgrade/43/pt-br current
- 20:22, 3 June 2023 diff hist +3 Kernel/Upgrade/pt-br
- 20:21, 3 June 2023 diff hist +43 Translations:Kernel/Upgrade/1/pt-br current
- 13:29, 2 April 2023 diff hist -4 m Creating an ebuild repository Removed duplicate word
- 17:20, 29 March 2023 diff hist -93 Kernel/Removal/pt-br Created page with "See {{c|eclean-kernel --help}} post-installation for usage instructions:"
- 16:54, 29 March 2023 diff hist +11 GCC optimization/pt-br Created page with "* <code>-O2</code>: Um nível acima do <code>-O1</code>. Esse é o nível ''recomendado'' de otimização, a não ser que o sistema tenha necessidades especiais. <code>-O2</c..."
- 16:50, 29 March 2023 diff hist +240 N Translations:GCC optimization/55/pt-br Created page with "{{Important|Tenha certeza que o processador suporta esses conjuntos de instruções rodando {{c|cat /proc/cpuinfo}}. O resultado incluirá qualquer conjunto de instruções ad..." current
- 16:39, 29 March 2023 diff hist +6 Translations:Kernel/Removal/5/pt-br current
- 16:39, 29 March 2023 diff hist +38 N Translations:Kernel/Removal/25/pt-br Created page with ": {{RootCmd|rm -r /lib/modules/3.X.Y}}" current
- 16:38, 29 March 2023 diff hist +109 N Translations:Kernel/Removal/26/pt-br Created page with ": {{RootCmd|rm /boot/vmlinuz-3.X.Y|rm /boot/System.map-3.X.Y|rm /boot/config-3.X.Y|rm /boot/initramfs-X.Y.Z}}" current
- 16:38, 29 March 2023 diff hist +40 N Translations:Kernel/Removal/24/pt-br Created page with ": {{RootCmd|rm -r /usr/src/linux-3.X.Y}}" current
- 16:37, 29 March 2023 diff hist +2,024 N Translations:Kernel/Removal/23/pt-br Created page with "{{Invocation|eclean-kernel --help|output=<pre>usage: eclean-kernel [-h] [-V] [-A] [-l] [-p] [-b BOOTLOADER] [-L LAYOUT] [-r ROOT] [-a] [-d] [-n NUM] [-s SORT_ORDER]..." current
- 16:37, 29 March 2023 diff hist +31 Translations:Kernel/Removal/14/pt-br
- 16:36, 29 March 2023 diff hist +72 N Translations:Kernel/Removal/21/pt-br Created page with "See {{c|eclean-kernel --help}} post-installation for usage instructions:" current
- 16:36, 29 March 2023 diff hist +22 Translations:Kernel/Removal/18/pt-br current
- 16:34, 29 March 2023 diff hist +1 Translations:Kernel/Removal/4/pt-br
- 16:34, 29 March 2023 diff hist +11 Translations:Kernel/Removal/4/pt-br
- 16:33, 29 March 2023 diff hist +4 Translations:Kernel/Removal/3/pt-br current
- 16:32, 29 March 2023 diff hist +54 N Translations:Kernel/Removal/22/pt-br Created page with "{{Emerge|params+=--depclean|gentoo-sources:xx.yy.zzz}}" current
- 16:31, 29 March 2023 diff hist +32 Translations:Kernel/Removal/1/pt-br
- 16:06, 29 March 2023 diff hist +40 GCC optimization/pt-br Created page with "=== -fomit-frame-pointer ==="
- 16:00, 29 March 2023 diff hist +532 N Translations:GCC optimization/54/pt-br Created page with "Essas flags ativam os conjuntos de instruções Streaming SIMD Extensions (SSE), SSE2, SSE3, W..." current
- 16:00, 29 March 2023 diff hist +124 GCC optimization/pt-br Created page with "=== -O ==="
- 15:54, 29 March 2023 diff hist +45 N Translations:GCC optimization/53/pt-br Created page with "=== -msse, -msse2, -msse3, -mmmx, -m3dnow ===" current
- 15:51, 29 March 2023 diff hist +94 N User:Yay Created page with "I'm me, most certainly!!! My social media: * Discord: yay#9528 * Matrix: @yayakame:matrix.org" current
- 15:45, 29 March 2023 diff hist +341 N Translations:GCC optimization/52/pt-br Created page with "{{Important|''Não'' combine <code>-fomit-frame-pointer</code> com a flag <code>-momit-leaf-frame-pointer</code>. Usar a segunda opção é desencorajado, pois <code>-fomit-fr..." current
- 15:42, 29 March 2023 diff hist +501 N Translations:GCC optimization/51/pt-br 'depuração' usada no lugar de 'troubleshooting/(solucionamento/solução) de problemas' por ser um termo mais adequado current
- 15:33, 29 March 2023 diff hist +692 N Translations:GCC optimization/50/pt-br Created page with "Essa é uma flag muito comum, feita para reduzir o tamanho do código gerado. Ela é ativada em todos os níveis de otimização (exceto em <code>-O0</code>) em arquiteturas o..." current
- 15:26, 29 March 2023 diff hist +28 N Translations:GCC optimization/49/pt-br Created page with "=== -fomit-frame-pointer ===" current
- 15:25, 29 March 2023 diff hist +393 N Translations:GCC optimization/48/pt-br Created page with "Uma flag comum é <code>-pipe</code>. Essa flag não possui efeito no código gerado, mas faz o processo de compilação ''mais rápido''. Ele instrui o compilador a usar ''pi..." current
- 15:23, 29 March 2023 diff hist +13 N Translations:GCC optimization/47/pt-br Created page with "=== -pipe ===" current
- 15:23, 29 March 2023 diff hist +435 N Translations:GCC optimization/46/pt-br Created page with "Como previamente dito, <code>-O2</code> é o nível de otimização recomendado. Caso a compilação de um pacote falhe enquanto <code>-O2</code> não está em uso, tente reco..." current
- 15:21, 29 March 2023 diff hist +98 GCC optimization/pt-br Created page with "A seguir veremos a variável <code>-O</code>. Essa variável define o nível geral de otimização. Mudar esse valor fará com que a compilação demore mais tempo e use mais..."
- 15:13, 29 March 2023 diff hist +267 N Translations:GCC optimization/93/pt-br Created page with "* <code>-Ofast</code>: Disponível a partir do GCC 4.7, consiste de <code>-O3</code> com <code>-ffast-math</code>, <code>-fno-protect-parens</code>, e <code>-fstack-arrays</c..." current
- 15:10, 29 March 2023 diff hist +279 N Translations:GCC optimization/45/pt-br Created page with "* <code>-Os</code>: Otimiza código para tamanho. Ele ativa todas as opções do <code>-O2</code> que não aumentam o tamanho do código gerado. Ele pode ser útil para máqu..." current
- 15:07, 29 March 2023 diff hist +614 N Translations:GCC optimization/44/pt-br Created page with "* <code>-O3</code>: O maior nível de otimização possível. Ele ativa otimizações que são custosas em termos de tempo de compilação e uso de memória. Compilações co..." current
- 15:05, 29 March 2023 diff hist -290 GCC optimization/pt-br Created page with "ou até mesmo instale {{Package|app-portage/cpuid2cpuflags}} e adicione as opções específicas ao processador disponíveis ao arquivo {{Path|/etc/portage/package.use/00cpufl..."
- 15:01, 29 March 2023 diff hist +79 N Translations:GCC optimization/118/pt-br Created page with "{{RootCmd|echo "*/* $(cpuid2cpuflags)" >> /etc/portage/package.use/00cpuflags}}" current
- 15:00, 29 March 2023 diff hist +148 N Translations:GCC optimization/113/pt-br Created page with "{{Cmd|cpuid2cpuflags|output=<pre> CPU_FLAGS_X86: aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3</pre>}}" current
- 14:58, 29 March 2023 diff hist +1 Translations:GCC optimization/5/pt-br current
- 14:58, 29 March 2023 diff hist +6 Translations:GCC optimization/34/pt-br current